Image

data class Image(url: String?, width: Int?, height: Int?)

Properties

Link copied to clipboard
@SerializedName(value = "height")
var height: Int? = 0
Link copied to clipboard
@SerializedName(value = "url")
var url: String?
Link copied to clipboard
@SerializedName(value = "width")
var width: Int? = 0